Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
void ICollection<ReportItem>.CopyTo(
	ReportItem[] array,
	int arrayIndex
)
Visual Basic
Private Sub #1Xl ( _
	array As ReportItem(), _
	arrayIndex As Integer _
) Implements ICollection(Of ReportItem).CopyTo

Parameters

array
Type: array<C1.C1Rdl.Rdl2008..::..ReportItem>[]()[][]
arrayIndex
Type: System..::..Int32

Implements

ICollection<(Of <(<'T>)>)>..::..CopyTo(array<T>[]()[][], Int32)

See Also